Feature: Crear post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 16.724s |
Scenario: E2-Edit post with valid data
Before
0m 0.545s
Given
the user navigates to Ghost at "<GHOST>"
0m 0.597s
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
0m 0.160s
And
the user navigates to the post page
0m 0.674s
And
I wait for 2 seconds
0m 2.099s
When
the user clicks on the first post
0m 0.217s
And
I wait for 2 seconds
0m 2.111s
When
The user enters a title for the post
0m 0.129s
And
I wait for 2 seconds
0m 2.119s
When
the user cliks on the new post content
0m 0.113s
And
I wait for 2 seconds
0m 2.113s
When
the user enters a content for the post
0m 0.309s
And
I wait for 2 seconds
0m 2.118s
When
the user updates the post
0m 0.112s
And
I wait for 1 seconds
0m 1.099s
Then
the confirmation update post
0m 0.091s
And
I wait for 2 seconds
0m 2.116s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
the user navigates to Ghost at "<GHOST>"
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And
the user navigates to the post page
And
I wait for 2 seconds
When
the user clicks on the first post
And
I wait for 2 seconds
When
The user enters a title for the post
And
I wait for 2 seconds
When
the user cliks on the new post content
And
I wait for 2 seconds
When
the user enters a content for the post
And
I wait for 2 seconds
When
the user updates the post
And
I wait for 1 seconds
Then
the confirmation update post
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE